C++ comments aren't C89.
authorrobertl <robertl>
Sat, 24 Aug 2002 03:01:31 +0000 (03:01 +0000)
committerrobertl <robertl>
Sat, 24 Aug 2002 03:01:31 +0000 (03:01 +0000)
coldsync/pconn/util.h

index 2894165ff0ce1c08d64b09adcfedd29fa222d978..17d3c59d0fcf3b6644bde29f4826336ff2d52856 100644 (file)
@@ -5,7 +5,7 @@
  *     You may distribute this file under the terms of the Artistic
  *     License, as specified in the README file.
  *
- * $Id: util.h,v 1.1 2002/08/16 06:14:09 robertl Exp $
+ * $Id: util.h,v 1.2 2002/08/24 03:01:31 robertl Exp $
  */
 #ifndef _util_h_
 #define _util_h_
@@ -13,7 +13,6 @@
 #include <stdio.h>
 #include <time.h>
 #include "palm.h"
-// #include "dlp_cmd.h"
 
 /* XXX - The functions declared INLINE, below, really ought to be inline
  * functions. I'm not sure how to do this portably, though.